From 2ddbf56f89ad7a9408c7811b2e0ebc1a2ee31995 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 31 Mar 2005 08:36:37 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.170 (424bb695wKVs1smMSH8FpgWxT9Gkow) Fix mbootpack deps. --- tools/misc/mbootpack/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/misc/mbootpack/Makefile b/tools/misc/mbootpack/Makefile index fb42bc4d5f..7cd6a6ad14 100644 --- a/tools/misc/mbootpack/Makefile +++ b/tools/misc/mbootpack/Makefile @@ -74,6 +74,9 @@ bzimage_header.c: bootsect setup bin2c ./bin2c -n 8 -b1 -a bzimage_bootsect bootsect > bzimage_header.c ./bin2c -n 8 -b1 -a bzimage_setup setup >> bzimage_header.c +buildimage.c: bzimage_header.c + @ + %.o: %.S $(CC) $(CFLAGS) $(INCS) $(DEFS) -c $< -o $@ -- 2.30.2